home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Leo / Horoscope Companion: Leo.iso / pc / leo / efb.dir / Internal_7.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  213 b   |  10 lines

  1. on exitFrame
  2.   global gCount, gGoodOrBadSelection
  3.   if gCount = 2 then
  4.     play frame "a" && gGoodOrBadSelection && "day"
  5.   else
  6.     set gCount to gCount + 1
  7.     go(label("spin both selections") + 1)
  8.   end if
  9. end
  10.